home *** CD-ROM | disk | FTP | other *** search
- VERSION 5.00
- Object = "{B878E0B1-E00A-11D0-9928-00C04FD8DC2E}#1.0#0"; "DBtn.dll"
- Begin VB.Form Form1
- Caption = "DameWare Btn Sample"
- ClientHeight = 2610
- ClientLeft = 585
- ClientTop = 1065
- ClientWidth = 4680
- LinkTopic = "Form1"
- ScaleHeight = 2610
- ScaleWidth = 4680
- Begin VB.CommandButton Command2
- Caption = "AboutBox"
- Height = 375
- Left = 840
- TabIndex = 6
- Top = 2040
- Width = 1095
- End
- Begin VB.TextBox Text2
- Height = 315
- Left = 2280
- TabIndex = 3
- Top = 1440
- Width = 495
- End
- Begin VB.TextBox Text1
- Height = 315
- Left = 1440
- TabIndex = 2
- Top = 1440
- Width = 495
- End
- Begin VB.CommandButton Command1
- Caption = "Properties"
- Height = 375
- Left = 3000
- TabIndex = 1
- Top = 2040
- Width = 975
- End
- Begin DBTNLibCtl.DBtnCtrl DBtnCtrl1
- Height = 615
- Left = 480
- TabIndex = 0
- Top = 600
- Width = 3615
- BorderVisible = -1 'True
- TabStop = -1 'True
- PictureNormal = "DBtn.frx":0000
- PictureHover = "DBtn.frx":12F8
- PicturePush = "DBtn.frx":2829
- PictureURLNormal= ""
- PictureURLHover = ""
- PictureURLPush = ""
- Sound = 1
- SoundURLClick = "Laser.wav"
- SoundURLHover = "Whoosh.wav"
- ButtonType = 0
- KeepAspect = 1
- End
- Begin VB.Label Label2
- Alignment = 1 'Right Justify
- Caption = "y="
- Height = 375
- Left = 1920
- TabIndex = 5
- Top = 1440
- Width = 255
- End
- Begin VB.Label Label1
- Alignment = 1 'Right Justify
- Caption = "x="
- Height = 375
- Left = 1080
- TabIndex = 4
- Top = 1440
- Width = 255
- End
- Attribute VB_Name = "Form1"
- Attribute VB_GlobalNameSpace = False
- Attribute VB_Creatable = False
- Attribute VB_PredeclaredId = True
- Attribute VB_Exposed = False
- Private Sub Command1_Click()
- DBtnCtrl1.Properties
- End Sub
- Private Sub Command2_Click()
- DBtnCtrl1.AboutBox
- End Sub
- Private Sub DBtnCtrl1_OnClick(ByVal x As Long, ByVal y As Long)
- Text1.Text = x
- Text2.Text = y
- End Sub
-